Microsoft DirectX 8.1 (C++)

IDvdControl::GoUp

Note   The IDvdControl interface is deprecated.

Halts playback of the current media file and starts playback of the designated previous program chain (PGC).

Syntax

HRESULT GoUp(void);

Return Value

Returns an HRESULT value.

Remarks

Each PGC is associated with a previous PGC at authoring time, which this method sets as the new playback file.

This method returns an error unless the domain is DVD_DOMAIN_VideoManagerMenu, DVD_DOMAIN_VideoTitleSetMenu, or DVD_DOMAIN_Title. For more information, see DVD_DOMAIN.

See Also